home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / GRP_CVTR / REALIZ10 / SAMP017.RDR < prev    next >
Text File  |  1994-05-30  |  1KB  |  23 lines

  1. * Smoothing Control - This is basically sample 003 but with the
  2. *   default_smooth_angle set to 0 - no smoothing.  This is normally
  3. *   defaulted to 60 degrees. If the angle along any junction of 2 faces
  4. *   is less than the smooth angle (for that layer,block,or dxf) then
  5. *   smoothing will occur.
  6. *   Ballsm.dxf is a variant of balls.dxf with each ball on different layers
  7. *   (layers 1-8). Each ball is no longer a block here so representative
  8. *   blocking will not work.
  9.  
  10. global
  11.     sky cloudy
  12.     floor desert
  13.     default_smooth_angle 0
  14.  
  15. layer 1 smooth_angle 60 layer_texture color red     finish matte
  16. layer 2 smooth_angle 60 layer_texture color yellow  finish plastic
  17. layer 3 smooth_angle 60 layer_texture color green   finish metallic
  18. layer 4 smooth_angle 60 layer_texture color blue    finish glassy
  19. layer 5 layer_texture color red    finish matte
  20. layer 6 layer_texture color yellow finish plastic
  21. layer 7 layer_texture color green  finish metallic
  22. layer 8 layer_texture color blue   finish glassy
  23.